home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / dvibook / Imake.cpp < prev    next >
Text File  |  1994-03-18  |  708b  |  34 lines

  1. /*
  2.  * You will have to change these
  3.  */
  4. HOME        =/hyperion/a/grads/shankar    
  5. BINDIR        =${HOME}/terra/bin
  6. MANDIR        =${HOME}/man
  7. RESOURCES    =${HOME}/lib/X11/app-defaults
  8.  
  9. /*
  10.  * Where do X includes and libraries live?
  11.  */
  12. INCROOT        =/usr/local/X11R5/include
  13. XLIBDIR        =-L${XHOME}/lib
  14.  
  15. CDEBUGFLAGS=-O
  16.  
  17. /***********************************************************************/
  18.  
  19.  
  20. #define XawClientDepLibs
  21. #define XawClientLibs $(XLIBDIR) -lXaw -lXt -lXmu -lXext -lX11
  22.  
  23. SYS_LIBRARIES = $(XLIBDIR) -lXaw -lXt -lXmu -lXext -lX11 -lm
  24. SYSLIBS    = $(SYS_LIBRARIES) 
  25.  
  26. CFLAGS=$(DEFINES) $(CDEBUGFLAGS) $(INCLUDES) $(SYS_INCLUDES)
  27.  
  28. #define YES 1
  29. #define NO 0
  30.  
  31. #if defined(mips) || defined(ultrix)
  32. #  define UltrixArchitecture
  33. #endif
  34.